home *** CD-ROM | disk | FTP | other *** search
/ Hand Picked Software / Hand Picked Software.iso / technicl / bat2exe / stall.bat < prev   
DOS Batch File  |  1995-03-13  |  288b  |  16 lines

  1. echo off
  2. cls
  3. @echo Now making the directory   bat2exe
  4. MD C:\bat2exe
  5. pause
  6. cls
  7. echo off
  8. @Xcopy *.* C:\bat2exe /E
  9. @ATTRIB C:\bat2exe\*.* -R
  10. CLS
  11. @echo The program is now installed.
  12. @echo To run the program switch to the directory it was installed
  13. @echo and type  GO
  14. pause
  15. cls
  16.